home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / lib / xconq / torpbombr.b < prev    next >
Text File  |  1995-07-02  |  227b  |  8 lines

  1. #define torpbomb_width 16
  2. #define torpbomb_height 16
  3. static short torpbomb_bits[] = {
  4.    0x0000, 0x0000, 0x0000, 0x0000,
  5.    0x0000, 0x0000, 0x6000, 0x6000,
  6.    0x70f2, 0x7ffe, 0x7ffe, 0x00a2,
  7.    0x0ff8, 0x0000, 0x0000, 0x0000};
  8.